home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / user / fixturesleft.data < prev    next >
Text File  |  1999-11-29  |  2KB  |  37 lines

  1. /* English Translation for FixturesLeft.rexx */
  2.  
  3.   var.1  = "fl_error     = 'ERROR :    (FixturesLeft)'"
  4.   var.2  = "fl_one       = 'Unable to find '"
  5.   var.3  = "fl_two       = 'Cannot read '"
  6.   var.4  = "fl_three     = 'Cannot open '"
  7.   var.5  = "fl_four      = ' for reading.'"
  8.   var.6  = "fl_txt1      = 'These fixtures will be incorrect as these teams play each other an odd'"
  9.   var.7  = "fl_txt2      = 'number of times and FOOTBALL has to write a schedule for each team as'"
  10.   var.8  = "fl_txt3      = 'this league is not scheduled using a schedule file.'"
  11.   var.9  = "fl_txt4      = 'Fixtures To Be Played : '"
  12.  
  13.  
  14. /* Please don't change the following lines */
  15.  
  16.   setclip('VarCount',9)
  17.   do i = 1 to 9
  18.     call setclip('var.'i, var.i)
  19.   end
  20.  
  21.  
  22.  
  23. /*
  24.  
  25. 49 - FixturesLeft.rexx --> say "ERROR :    (FixturesLeft)"
  26. 51 - FixturesLeft.rexx --> say "Unable to find '"league_file || input_file"'."
  27. 57 - FixturesLeft.rexx --> say "ERROR :    (FixturesLeft)"
  28. 59 - FixturesLeft.rexx --> say "Unable to find '"league_file || input2_file"'."
  29. 75 - FixturesLeft.rexx --> say "ERROR :    (FixturesLeft)"
  30. 77 - FixturesLeft.rexx --> say "Cannot read '"league_file || input2_file"' datafile."
  31. 95 - FixturesLeft.rexx --> say "ERROR :    (FixturesLeft)"
  32. 97 - FixturesLeft.rexx --> say "Cannot open '"league_file||input_file"' for reading."
  33. 106 - FixturesLeft.rexx --> say "These fixtures will be incorrect as these teams play each other an odd"
  34. 107 - FixturesLeft.rexx --> say "number of times and FOOTBALL has to write a schedule for each team as"
  35. 108 - FixturesLeft.rexx --> say "this league is not scheduled using a schedule file."
  36. 111 - FixturesLeft.rexx --> say "Fixtures To Be Played : "mtch
  37. */